/* 默认情况下，只显示桌面导航栏 */
.mobile-navbar {
    display: none;
}

/* 媒体查询，当屏幕宽度小于768px时，切换显示移动导航栏 */
@media (max-width: 768px) {
    .desktop-navbar {
        display: none;
    }
    .mobile-navbar {
        display: block;
    }
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16.3116px;
    padding-bottom: 16.2px;
    position: relative;
    padding-left: 150.75px;
    padding-right: 151.875px;
    background-color: transparent;
    transition: background-color 0.5s ease;
}

.navbar:hover {
    background-color: white;
}

.nav-logo {
    height: 46.2384px;
}

.nav-logo img {
    height: 46.2384px;
    width: auto;
}

.nav-items {
    list-style-type: none;
    display: flex;
    flex: 1;
    justify-content: center;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0;
    margin-left: -111.375px;
}

.nav-items li {
    position: relative;
    margin: 0 14.7636px;
}

.nav-items li.dropdown {
    position: relative;
}


.nav-items li.dropdown.with-triangle:nth-child(3) {
    margin-right: calc(6px);
}

.nav-items li.dropdown.with-triangle:nth-child(4) {
    margin-right: calc(5px);
}

.nav-items li a {
    text-decoration: none;
    color: black;
    position: relative;
    display: block;
}

.nav-items .dropdown>a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 0%;
    height: 2px;
    background-color: #FF9800;
    border-radius: 20px;
    transition: width 0.5s ease;
}

.nav-items .dropdown:hover>a::after {
    width: calc(100%);
}

.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    background-color: white;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 0;
    margin: 0;
    width: 100vw;
    transition: opacity 0.5s, visibility 0.5s;
    
    left: 100%;
    top: 100%;
    transform: translateX(-44%) translateY(25px);
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.dropdown-menu li {
    display: inline-block;
    width: 20%;
}

.dropdown-menu li a {
    padding: 10px 0;
    display: block;
    color: black;
    white-space: nowrap;
    position: relative;
    margin-left: -2.7px;
    font-size: 16px !important;
}

.nav-items .dropdown>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.product-services-menu {
    display: flex;
    justify-content: space-between;
    padding: 20.25px 150.75px;
}

.left-column,
.right-column {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.left-column {
    width: 95%;
    margin-left: 35px;
}

.right-column {
    /*width: 24%;*/
}

.divider {
    height: 70%;
    position: absolute;
    left: 65%;
    top: 12%;
    transform: translateX(-50%);
    border-left: 1px dashed #D8D8D8;
}

.left-column ul,
.right-column ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.left-column li,
.right-column li {
    margin-bottom: -18px;
}

.left-column li:first-child,
.left-column li:nth-child(5) {
    margin-left: 0;
}

.left-column li {
    margin-bottom: 40.5px;
    margin-left: 14.4px;
}

.dropdown>a>.triangle-down-icon {
    margin-left: 5px;
    margin-top: -8px;
}

.dropdown:hover>a>.triangle-down-icon {
    transform: rotate(180deg);
}

.nav-search span {
    display: inline-block;
    height: 26.154px;
    border: 1px solid #1A96B1;
}

.nav-search a {
    padding: 0 9px;
}

.dropdown-menu .third-level-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    padding-left: 10px;
    margin-top: 6px;
    margin-left: -216px;
}

.third-level-menu li {
    position: relative;
}

.third-level-menu li a {
    color: black;
    font-size: 14px !important;
    position: relative;
    top: 3.6px;
}

.third-level-menu li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #FF9800;
    border-radius: 5px;
    display: none;
}

.third-level-menu li:hover::before {
    display: block;
}

.dropdown-menu li:hover>a {
    color: #FF9800;
}

.nav-items .with-triangle:hover>a::after {
    width: calc(100% - 14px);
}

.right-column>ul>li {
    display: flex;
    align-items: start;
}

.right-column>ul>li>a {
    white-space: nowrap;
}

.third-level-menu {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.third-level-menu li {
    display: block !important;
    margin-top: -5px;
}

.nav-icon:before {
    content: "";
    display: block;
    position: absolute;
    left: -61.2px;
    top: 50%;
    transform: translateY(-50%);
    width: 52.2px;
    height: 52.2px;
    border-radius: 50%;
    background-color: rgba(26, 150, 177, 0.5);
    background-repeat: no-repeat;
    background-position: center;
}

.nav-icon.web-design:before {
    background-image: url('./web-design.svg');
}

.nav-icon.seo:before {
    background-image: url('./seo.svg');
}

.nav-icon.social-media:before {
    background-image: url('./social-media.svg');
}

.nav-icon.video-marketing:before {
    background-image: url('./video-marketing.svg');
}

.nav-icon.content-marketing:before {
    background-image: url('./content-marketing.svg');
}

.nav-icon.branding:before {
    background-image: url('./branding.svg');
}

.nav-icon.value-added:before {
    background-image: url('./value-added.svg');
}

.nav-icon.advertising:before {
    background-image: url('./advertising.svg');
}

.right-column .nav-icon:before {
    top: 34.2px;
    left: -60.75px;
}

.nav-icon a .subtitle {
    display: block;
    font-size: 10px;
    color: #3D3D3D;
    margin: 0;
}

.third-level-menu li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 15px;
    background-color: #FF9800;
    border-radius: 5px;
    display: none;
    transition: width 0.5s ease, height 0.5s ease;
}

.third-level-menu li:hover::before {
    display: block;
    transition-delay: 0.2s;
    margin-left: -5px;
}

.navbar .nav-search .search-icon img {
    margin-top: -14.4px;
}



/*4-22导航栏修改*/
.left-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-column ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: start;
    gap: 30px;
}

.left-column li {
    width: calc(25% - 72px);
    margin-bottom: 18px;
}

@media screen and (min-width: 1440px) {
    .left-column {
        /*margin-left: 50px;*/
        margin-left: 70px;
        width: 95%;
    }
    .dropdown-menu {
        top: 100%;
        transform: translateX(-44.35%) translateY(25px);
        left: 100%;
    }
    .dropdown-menu .third-level-menu {
            /*margin-left: -12em;*/
            /*margin-left: -14em;*/
            margin-left: -198px;
    }
}

@media screen and (min-width: 1920px) {
    .dropdown-menu {
        top: 100%;
        /*transform: translateX(-41.7%) translateY(34px);*/
        /*left: 50%;*/
        /*left: 65%;*/
        left: 69%;
    }
    .left-column {
        /*margin-left: 50px;*/
        margin-left: 170px;
        width: 100%;
    }
    .left-column li {
        /*width: calc(22% - 36px);*/
        margin-bottom: 18px;
    }
    .right-column {
        /*width: 20%;*/
    }
    .dropdown-menu .third-level-menu {
        /*margin-left: -12em;*/
        /*margin-left: -14em;*/
        /*margin-left: -324px;*/
        margin-left: -260px;
    }
}

@media screen and (min-width: 2540px){
    .dropdown-menu {
        top: 100%;
        /*transform: translateX(-43.75%) translateY(34px);*/
        /*left: 50%;*/
        left: 20%;
    }
    .left-column li {
        /*width: calc(25% - 72px);*/
        margin-bottom: 18px;
        font-size: 20px;
        margin-right: 36px;
    }
    .left-column {
        margin-left: 350px;
        width: 100%;
    }
    .left-column ul {
        width: 80%;
    }
    .dropdown-menu .third-level-menu {
        /*margin-left: -630px;*/
        margin-left: -600px;
    }
    .third-level-menu li a {
        font-size: 16px !important;
    }
}















.footer {
    width: 100%;
    /* height: 70vh; */
    background-color: #1A96B1;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    margin-bottom: -30px;
}

.top-section .footer-logo {
    height: 45px;
    width: auto;
    margin-right: 18px;
}

.top-section .slogan {
    height: 70px;
    width: auto;
    margin-left: -45px;
}

.top-section .vertical-line {
    height: 30px;
    width: 2px;
    background-color: #FFFFFF;
}

.top-section {
    flex: 0 1 16.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 72px;
    position: relative;
    bottom: -27px;
}

.footer-logo,
.slogan {
    height: 50px;
}

.bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 40px;
}

.bottom-section .left-side,
.bottom-section .right-side {
    display: flex;
    align-items: flex-start;
}

.bottom-section .left-side {
    margin-left: 72px;
    width: calc(52% - 144px);
    display: flex;
}

.bottom-section .services-contact-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 0;
}

.bottom-section .product-services,
.bottom-section .contact-details {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.bottom-section .product-services {
    flex: 0 1 auto;
    margin-right: 80px;
    padding: 20px;
}

.bottom-section .contact-details {
    flex: 1;
    padding: 20px;
}

.bottom-section .product-services ul,
.bottom-section .contact-details div {
    list-style-type: none;
}

.bottom-section .product-services h5,
.bottom-section .contact-details h5 {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}

.bottom-section .contact-details h5 {
    margin-bottom: 29.25px;
}

.bottom-section .cities,
.bottom-section .city-line {
    margin-bottom: 18px;
}

.bottom-section .contact-info>div:not(:last-child) {
    margin-bottom: 9px;
}

.bottom-section .contact-info {
    margin-bottom: 48.375px;
}

.bottom-section .contact-info div {
    font-size: 16px;
}

.bottom-section .contact-info div img {
    margin-right: 10.8px;
}

.bottom-section .product-services li {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 3.6px;
}

.bottom-section .product-services li:last-child {
    margin-bottom: 0;
}

.bottom-section .product-services li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.bottom-section .list-unstyled {
    margin-top: 27px;
}

.bottom-section .city {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.bottom-section .city-line {
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    display: flex;
}

.cities,
.city-line {
    display: flex;
    justify-content: start;
    gap: 14px;
    margin-bottom: 5.4px;
}

.bottom-section .line-segment {
    background-color: #FFFFFF;
    transition: background-color 0.3s ease;
}

.bottom-section .line-segment.active {
    background-color: #FF9800;
}

.bottom-section .qr-codes-container {
    display: flex;
}

.bottom-section .qr-code h6 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}

.bottom-section .qr-code:nth-child(1) h6 {
    position: relative;
    left: 73%;
    transform: translateX(-50%);
}

.bottom-section .qr-code:nth-child(2) h6 {
    position: relative;
    left: 63%;
    transform: translateX(-50%);
}

.bottom-section .qr-code h6 {
    margin-bottom: 10px;
}

.bottom-section .qr-code img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.bottom-section .qr-code:not(:last-child) {
    margin-right: 56.125px;
}

.bottom-section .form-section {
    width: 578.25px;
    padding: 36px;
    background-color: #FFFFFF;
    color: #000;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px 72px 54px 30px;
}

.bottom-section .form-section p:nth-child(1) {
    position: relative;
    padding-bottom: 7.875px;
    color: #222222;
    font-size: 16px;
    font-weight: 300;
}

.bottom-section .form-section p:nth-child(1):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #1A96B1;
}

.bottom-section .form-section .form-control {
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #222222;
}

.bottom-section .form-section .form-check-label {
    margin-right: 10px;
}

.bottom-section .form-section .submit-btn {
    width: 150.75px;
    height: 38.25px;
    border-radius: 19.5px;
    background-color: #1A96B1;
    color: #fff;
    font-weight: 300;
    padding: 10px 20px;
    cursor: pointer;
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    float: right;
    font-weight: 500;
}

.bottom-section .footer-bottom {
    justify-content: space-between;
    gap: 72px;
}

.bottom-section .footer-links li,
.bottom-section .footer-contact-info div {
    margin-bottom: 10px;
}

.bottom-section .form-section .form-control::placeholder {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 300;
}

.bottom-section .form-section label {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 300;
}

.bottom-section .form-section input[type="radio"] {
    background: rgba(239, 239, 239, 0.75);
}

.bottom-section .form-section form {
    width: 100%;
}

.bottom-section .form-section form p {
    color: #3D3D3D;
    font-size: 12px;
    font-weight: 300;
}

.bottom-section .gender-selection {
    margin-top: 7px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
}

.mx-auto {
    font-size: 14px;
    margin-bottom: 20px;
}

.form-group {
    width: 48%;
}



/*@media (min-width: 1200px) {*/
/*    .bottom-section .form-section {*/
/*        margin-right: 15em;*/
/*    }*/
/*}*/


@media (min-width: 1800px) {
    .bottom-section .left-side {
        margin-left: 272px;
    }
}


@media (min-width: 1920px) {
    .bottom-section .form-section {
        margin-right: 180px;
    }
}


@media (min-width: 2200px) {
    .bottom-section .left-side {
        margin-left: 350px;
    }
    
    .bottom-section .form-section {
        margin-right: 252px;
    }
}

@media (min-width: 2540px) {
    /*.bottom-section .services-contact-container {*/
    /*    margin-left: 270px;*/
    /*}*/
    
    /*.bottom-section .form-section {*/
    /*    margin-right: 360px;*/
    /*}*/
    
    .bottom-section .left-side {
        margin-left: 400px;
    }
    
    .bottom-section .form-section {
        margin-right: 408px;
    }
    
    .top-section .slogan{
        height: 100px;
    }
    .bottom-section .product-services h5, .bottom-section .contact-details h5 {
        font-size: 28px;
    }
    .top-section .footer-logo {
        height: 68px;
    }
    .top-section .vertical-line {
        height: 45px;
    }
    .bottom-section .product-services li {
        font-size: 18px;
    }
    .bottom-section .city {
        font-size: 18px;
    }
    .bottom-section .contact-info div {
        font-size: 18px;
    }
    .form-check {
        padding-left: 60px;
    }
    .form-check-inline {
        margin-right: 0;
    }
    .bottom-section .gender-selection {
        margin-top: 2px;
    }
    .bottom-section .form-section label {
        font-size: 18px;
    }
    .bottom-section .form-section p:nth-child(1) {
        font-size: 24px;
    }
    .bottom-section .form-section .form-control::placeholder {
        font-size: 18px;
    }
    
    
    
    .bottom-section .form-section form p {
        font-size: 16px;
    }
    .form-control {
        line-height: 2.5;
    }
    .mx-auto {
        font-size: 18px;
    }
    .bottom-section .qr-code img {
        width: 150px;
        height: 150px;
    }
    
    .bottom-section .form-section form {
        margin-top: 15px;
    }
    
    
    
    
    
    
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption p {
        font-size: 24px;
    }
}





















.index-advantage {
    position: relative;
    font-size: 18px;
}

.index-advantage::before {
    content: "";
    position: absolute;
    top: -8%;
    left: 0;
    right: 0;
    height: 108%;
    background: rgba(239, 239, 239, 0.25);
    z-index: -1;
}

/*.index-advantage {*/
/*    background: rgba(239, 239, 239, 0.25);*/
/*}*/
.index-advantage .container-advantage {
    position: relative;
    display: flex;
    gap: 1.111em;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
}

.index-advantage .container-advantage .rectangle {
    width: 11.944em;
    border-radius: 55.556em 55.556em 0 0;
    transition: height 0.5s ease, background-color 0.5s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
}

.index-advantage .container-advantage .content,
.index-advantage .container-advantage .svg-container {
    position: absolute;
}

.index-advantage .container-advantage .content {
    position: absolute;
}

.index-advantage .container-advantage .number {
    font-size: 3.556em;
}

.index-advantage .container-advantage .title {
    font-size: 1.333em;
    margin-top: 0.2em;
}

.index-advantage .container-advantage .text {
    display: none;
    font-size: 0.778em;
    font-weight: 350;
    margin-top: 1em;
    padding: 0 1.5em;
    text-align: left;
}

.index-advantage .container-advantage .svg-container-rect1 {
    left: calc(0% + 6.2em);
    width: 13.167em;
    height: 10.138em;
}

.index-advantage .container-advantage .svg-container-rect2 {
    left: calc(20% + 6em);
    width: 11.667em;
    height: 7.792em;
}

.index-advantage .container-advantage .svg-container-rect3 {
    left: calc(40% + 1.5em);
    width: 11.388em;
    height: 12.388em;
}

.index-advantage .container-advantage .svg-container-rect4 {
    left: calc(60% - 0.5em);
    width: 12.111em;
    height: 9.360em;
}

.index-advantage .container-advantage .svg-container-rect5 {
    left: calc(80% - 3.8em);
    width: 16.278em;
    height: 10.082em;
}

.index-advantage .container-advantage .svg-container {
    position: absolute;
    bottom: 0;
}

.index-advantage .container-advantage .rect1 {
    height: 28.944em;
    background-color: #1A96B1;
}

.index-advantage .container-advantage .rect2 {
    height: 18.167em;
    background-color: rgba(26, 150, 177, 0.25);
}

.index-advantage .container-advantage .rect3 {
    height: 23.556em;
    background-color: rgba(26, 150, 177, 0.5);
}

.index-advantage .container-advantage .rect4 {
    height: 19.889em;
    background-color: rgba(26, 150, 177, 0.25);
}

.index-advantage .container-advantage .rect5 {
    height: 20.778em;
    background-color: rgba(26, 150, 177, 0.5);
}

/*@media screen and (min-width: 1440px) {*/
/*    body {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1920px) {*/
/*    body {*/
/*        font-size: 24px;*/
/*    }*/
/*}*/

@media screen and (min-width: 2540px) {
    .index-advantage {
        position: relative;
        font-size: 24px;
    }
    .index-advantage .container-advantage .svg-container-rect1 {
        left: calc(0% + 20.2em);
        bottom: -2.5em;
        width: 13.167em;
        height: 10.138em;
    }
    
    .index-advantage .container-advantage .svg-container-rect2 {
        left: calc(20% + 15em);
        bottom: -2em;
        width: 11.667em;
        height: 7.792em;
    }
    
    .index-advantage .container-advantage .svg-container-rect3 {
        left: calc(40% + 6em);
        bottom: -3em;
        width: 11.388em;
        height: 12.388em;
    }
    
    .index-advantage .container-advantage .svg-container-rect4 {
        left: calc(60% - 2em);
        bottom: -2.2em;
        width: 12.111em;
        height: 9.360em;
    }
    
    .index-advantage .container-advantage .svg-container-rect5 {
        left: calc(80% - 10.8em);
        bottom: -2.5em;
        width: 16.278em;
        height: 10.082em;
    }
}




.search-box {
	position: relative;
	/*height:100%;*/
	height: 26.154px;
}
.search-box .nav-search {
	position: relative;
	float: right;
	/*line-height: 78px;*/
	margin-left: 0px;
	padding-left: 0;
}

.search-box .nav-search > li {
	display: inline-block;
	margin-right: 0px;
}

.search-box .nav-search > li:last-child {
	margin-right: 0;
}

.search-box .nav-search > li > a {
	color: #323232;
	font-weight: 200;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.search-box .nav-search > li > a:hover {
	color:#5aa6b6;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.search-box .search-form {
	position: absolute;
    /*top: 79px;*/
    top: 50px;
    right: 0;
    width: 295px;
    padding: 12px;
	background: #fff;
    border-top: 2px solid#5aa6b6;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
    visibility: hidden;
    z-index: 9999;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.search-box .search-form.active {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.search-box .search-form input[type="search"] {
	background: #f7f7fb;
    color: #353535;
    width: 100%;
    height: 50px;
    padding: 0 50px 0 15px;
    border: none;
	border-radius: 0 0px 0px;
    outline: none;
    font-weight: 500;
}

.search-box .search-form .search-btn {
	position: absolute;
    top: 12px;
    right: 12px;
    width: 50px;
    height: 50px;
    background:#5aa6b6;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
	border-radius: 0 0px 0px 0;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.search-box .search-form .search-btn:hover {
    background: #5aa6b6;
}
.search-box .search-btn a.fa-search{
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	padding-left:15px;
	padding-right:15px;
}



.mx-auto a {
    color: #FFFFFF;
}

.mx-auto a:hover {
    color: #ff9800;
}